func runtime/pprof.scaleBlockProfile

2 uses

	runtime/pprof (current package)
		pprof.go#L847: 	return writeProfileInternal(w, debug, "contention", runtime.BlockProfile, scaleBlockProfile)
		pprof.go#L850: func scaleBlockProfile(cnt int64, ns float64) (int64, float64) {